Class User.UserPrimaryEndpointAdvancedSettingGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    User

    public static class User.UserPrimaryEndpointAdvancedSettingGetResponse
    extends Response
    Response to the UserPrimaryEndpointAdvancedSettingGetRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • allowOrigination

        protected Boolean allowOrigination
      • allowTermination

        protected Boolean allowTermination
    • Constructor Detail

      • UserPrimaryEndpointAdvancedSettingGetResponse

        public UserPrimaryEndpointAdvancedSettingGetResponse()
    • Method Detail

      • setAllowOrigination

        public void setAllowOrigination​(Boolean allowOrigination)
      • getAllowOrigination

        public Boolean getAllowOrigination()
      • setAllowTermination

        public void setAllowTermination​(Boolean allowTermination)
      • getAllowTermination

        public Boolean getAllowTermination()
      • transform

        public void transform()
        Description copied from class: Response
        Transforms the Response from XML Content to a populated POJO
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object