Class MessageCodes100GetRequest


  • @Generated("jsonschema2pojo")
    public class MessageCodes100GetRequest
    extends Object
    • Field Detail

      • code

        @JsonPropertyDescription("Lineage reference object : RTVMESG_CODE")
        private String code
        Message Code

        Lineage reference object : RTVMESG_CODE (Required)

      • mesgDesc

        @JsonPropertyDescription("Lineage reference object : RTVMESG_MESG_DESC")
        private String mesgDesc
        Text

        Lineage reference object : RTVMESG_MESG_DESC

      • stopAwrdProcess

        @JsonPropertyDescription("Lineage reference object : RTVMESG_STOP_AWRD_PROCESS")
        private String stopAwrdProcess
        Stop Electronic Award Process

        Lineage reference object : RTVMESG_STOP_AWRD_PROCESS

      • infoAccessInd

        @JsonPropertyDescription("Lineage reference object : RTVMESG_INFO_ACCESS_IND")
        private String infoAccessInd
        Information Access

        Lineage reference object : RTVMESG_INFO_ACCESS_IND

    • Constructor Detail

      • MessageCodes100GetRequest

        public MessageCodes100GetRequest()
    • Method Detail

      • getCode

        public String getCode()
        Message Code

        Lineage reference object : RTVMESG_CODE (Required)

      • setCode

        public void setCode​(String code)
        Message Code

        Lineage reference object : RTVMESG_CODE (Required)

      • getMesgDesc

        public String getMesgDesc()
        Text

        Lineage reference object : RTVMESG_MESG_DESC

      • setMesgDesc

        public void setMesgDesc​(String mesgDesc)
        Text

        Lineage reference object : RTVMESG_MESG_DESC

      • getStopAwrdProcess

        public String getStopAwrdProcess()
        Stop Electronic Award Process

        Lineage reference object : RTVMESG_STOP_AWRD_PROCESS

      • setStopAwrdProcess

        public void setStopAwrdProcess​(String stopAwrdProcess)
        Stop Electronic Award Process

        Lineage reference object : RTVMESG_STOP_AWRD_PROCESS

      • getInfoAccessInd

        public String getInfoAccessInd()
        Information Access

        Lineage reference object : RTVMESG_INFO_ACCESS_IND

      • setInfoAccessInd

        public void setInfoAccessInd​(String infoAccessInd)
        Information Access

        Lineage reference object : RTVMESG_INFO_ACCESS_IND

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object